/* .mCSB_scrollTools{
  display: none !important;
} */
.section-top.showAll #header{
  transform: none;
  opacity: 1;
  visibility: visible;
}
#header{
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 1001;
  transition: all 0.7s ease-out 0s;
}
.container-wrap{
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
}
.container-wrap.showAll{
  top: 0;
  z-index: 10;
}
.container-wrap.showAll #header1{
  transform: translateY(0);
  opacity: 1;
  top: 0;
  visibility: visible;
}
#header1{
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.5,0,0.2,1);
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  min-width: 1230px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}
#section2.showAll .indexSlider .slick-list .slick-active,
#section2.showAll .indexSlider .slick-list .slick-active.current
{
  margin-top: 0;
  opacity: 1;
  transform: none;
}
#section2 .indexSlider .slick-list .slick-active.current{
  transform: translateY(-50px);
}
#section2 .indexSlider .slick-list .slick-active{
  transition: all 0.4s ease-out 0s;
  transform: translateY(50px);
  opacity: 0;
}
#section3.showAll .col-item,
#section3.showAll .col-item-2{
  transform: translateX(0);
  opacity: 1;
}
#section3 .col-item,
#section3 .col-item-2{
  opacity: 0;
  /* transition: all 0.4s ease-out 0s; */
  transform: translateX(-160px);
}
#section3 .col-item:nth-child(1){
  transition: all 0.6s ease-out 0s;
}
#section3 .col-item:nth-child(2){
  transition: all 0.6s ease-out 0.4s;
}
#section3 .col-item:nth-child(3){
  transition: all 0.6s ease-out 0.8s;
}
#section3 .col-item-2:nth-child(1){
  transition: all 0.6s ease-out 0s;
}
#section3 .col-item-2:nth-child(2){
  transition: all 0.6s ease-out 0.4s;
}

#section4.showAll .col-xs-3:nth-child(-n+3),
#section4.showAll .col-xs-3:nth-child(n+4)
{
  transform:none;
  transition: all 0.8s ease-out 0s;
  opacity: 1;
}
#section4 .col-xs-3:nth-child(-n+3){
  transform: translateY(-100px);
  opacity: 0;
}
#section4 .col-xs-3:nth-child(n+4){
  transform: translateY(100px);
  opacity: 0;
}

.zrf-ateam .slider .slick-dots .pager-dot{
  background: #fff;
}
/* @media only screen and (max-width: 1367px) {
  .section .container{
    zoom: 0.7;
    margin: 0;
    transform: translateX(30%);
  } 
}*/